home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / ADEPTHAY.TXT next >
Text File  |  1995-12-28  |  3KB  |  66 lines

  1. -------------------------------------------------------------------------
  2. Setup hints for BGFAX with Hayes Optima 288 & AdeptXBBS 1.06      12-28-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Please make sure the following two items are true before proceeding...
  8. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  9. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  10.  
  11. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  12.  
  13. Here is the relevant information...
  14.  
  15. [AdeptXBBS] Config -> Active Line -> General Settings
  16.  
  17.   "ATO on DATA" should NOT have a check mark!
  18.                        ^^^
  19. (Note that some Class 1 modems might need the check, but only put it there
  20. if you seem to have trouble receiving data calls once you make all the
  21. changes in this document.  The Optima 288 will NOT need it, but older
  22. Hayes Accura 14400's might.)
  23.  
  24.   Answer .... ATA|
  25.   Init ...... v~^~ATHZ|
  26.               AT+FCLASS=1|
  27.               AT+FAE=1|
  28.               AT&C1&D2S95=43|
  29.   Dial Pref.. AT+FCLASS=0DT
  30.   Dial Suf... |
  31.  
  32.   Answer on Ring: 2
  33.    Ring Response: RING
  34.  
  35. : +fclass=0dt              enables data mode operation on outgoing calls
  36. : +fclass=1                enables fax mode operation
  37. : +fae=1                   enables adaptive answering (fax+data mode op)
  38. : &c1&d2s95=43             is recommended by adept for modem operation
  39.  
  40. [AdeptXBBS] Config -> Active Line -> Dial Strings
  41.  
  42.   If you make use of any of these special dial strings, they too must start
  43.   with AT+FCLASS=0 followed by any special modems commands, then followed by
  44.   the DT dial command.  The suffix can remain "|".
  45.  
  46. After making the changes, you will need to do a SHUTDOWN (of Adept, not OS/2)!
  47.  
  48. You will need to create a file called FAX1.CMD in your d:\Adept directory.
  49. (The "1" is for #Line 1.  If you are using #Line 2, it would be FAX2.CMD.)
  50.  
  51. FAX1.CMD
  52. ~~~~~~~~
  53. @d:\bgfax\bgfax2 /fhay:713_555_1212 d:\bgfax h%1 z /dis:79
  54.  
  55. The 713_555_1212 is your BBS phone number.  You will need to use underscores
  56. to represent spaces.  "d:\bgfax" is the directory that faxes will be received
  57. into.  "h%1" is how Adept passes the com handle to BGFAX/2.  The "z" saves
  58. faxes in ZFAX-style format.  The "/dis:79" limits incoming faxes to 9600 bps
  59. instead of 14400 bps, as this seems to be more reliable with the Hayes.
  60.  
  61. If you have trouble with /FHAY, you might try /FAX:713_555_1212 instead.
  62.  
  63. Regards,
  64. B.J. Guillot
  65.  
  66.